Makefile plumbing for new network tests.
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Fri, 9 Dec 2005 10:39:16 +0000 (10:39 +0000)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Fri, 9 Dec 2005 10:39:16 +0000 (10:39 +0000)
Signed-off-by: Jim Dykman <dykman@us.ibm.com>
tools/xm-test/configure.ac
tools/xm-test/tests/Makefile.am

index b2edf49457e940888f38dc56cf9e07a4c19cf2b9..dae815a6694da9c7612b56519b51989981175446 100644 (file)
@@ -52,6 +52,7 @@ AC_CONFIG_FILES([
     tests/memset/Makefile
     tests/migrate/Makefile
     tests/network-attach/Makefile
+    tests/network/Makefile
     tests/pause/Makefile
     tests/reboot/Makefile
     tests/restore/Makefile
index debdf0ef31c17620b60157b2ebae29167ee83b86..35e85752a402d873364648eb1f515f9178b80a50 100644 (file)
@@ -13,6 +13,7 @@ SUBDIRS =                     \
                list            \
                memmax          \
                memset          \
+               network         \
                network-attach  \
                pause           \
                reboot          \